func math/big.addVV
5 uses
math/big (current package)
arith_decl.go#L25: func addVV(z, x, y []Word) (c Word)
nat.go#L114: c := addVV(z[:n], x[:n], y[:n])
nat.go#L235: if c := addVV(z[:n], z[:n], x[:n]); c != 0 {
natdiv.go#L704: c := addVV(u[j:j+n], u[j:j+n], v)
natmul.go#L132: addVV(z, z, t) // combine the result
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |